|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraar.process.RAProcess
raar.process.RASpecialProcess
raar.process.RAInhibitProcess
RAInhibitProcesss is a SpecialProcess with two inputs (inhibitor and inhibitee) and one output. If inhibitor has a value, the output will be this value, else it will be the value of inhibitee.
| Field Summary |
| Fields inherited from class raar.process.RAProcess |
hasRun, inregister, outregister, register, sourceCode, statement |
| Constructor Summary | |
RAInhibitProcess()
Construct an RAInhibitProcess. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone the process. |
void |
run()
Run the process. |
| Methods inherited from class raar.process.RASpecialProcess |
decreaseBinding, execute, getAcceptedDataType, getDataType, increaseBinding, isSpecial, reset, setAcceptedDataType, setSourceCode |
| Methods inherited from class raar.process.RAProcess |
acceptsInput, dumpRegisters, get, getInputNames, getInputObjects, getOutputNames, getOutputObjects, getProcessName, getSourceCode, set, setProcessName, suppliesOutput |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RAInhibitProcess()
throws RAException
| Method Detail |
public java.lang.Object clone()
RAProcess
clone in class RASpecialProcess
public void run()
throws RAException
run in class RASpecialProcessRAException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||